projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7d4d51
)
(gdb-many-windows): Doc fix (Nil -> nil).
author
Glenn Morris
<rgm@gnu.org>
Fri, 10 Nov 2006 09:12:16 +0000
(09:12 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 10 Nov 2006 09:12:16 +0000
(09:12 +0000)
lisp/progmodes/gdb-ui.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gdb-ui.el
b/lisp/progmodes/gdb-ui.el
index 007033a87bacf9d900b8172c42d0f9b5b0413981..be2b99c897553004c34338f38b0c6040e046c654 100644
(file)
--- a/
lisp/progmodes/gdb-ui.el
+++ b/
lisp/progmodes/gdb-ui.el
@@
-312,7
+312,7
@@
Also display the main routine in the disassembly buffer if present."
:version "22.1")
(defcustom gdb-many-windows nil
- "
N
il means just pop up the GUD buffer unless `gdb-show-main' is t.
+ "
n
il means just pop up the GUD buffer unless `gdb-show-main' is t.
In this case it starts with two windows: one displaying the GUD
buffer and the other with the source file with the main routine
of the debugged program. Non-nil means display the layout shown for